home *** CD-ROM | disk | FTP | other *** search
- Path: flute.aix.calpoly.edu!not-for-mail
- From: sgrobins@flute.aix.calpoly.edu (Shawn Gary Robinson)
- Newsgroups: comp.lang.c
- Subject: Game Programming in VGA 640x480 mode
- Date: 3 Jan 1996 17:07:12 -0800
- Organization: California Polytechnic State University, San Luis Obispo
- Message-ID: <4cf980$1431@flute.aix.calpoly.edu>
- NNTP-Posting-User: sgrobins@flute.aix.calpoly.edu
-
- I am trying to create a game, eventually for Windows, but for now dos. I have
- book that showed me how to set up the graphics stuff in mode 13h which is the
- 320x200 mode. I would like to get better resolution such as 640x480 and don't
- know which mode it is. Also, does it effect the video_buffer starting point
- etc.. I tried just changing 13h to 18h or something and that had no effect.
-
- Also, is what would be the best way to make this into a windows game? Getting
- Visual C? or can I get some code from somewhere that shows examples of windows
- programming. Thanks,
-
- Shawn
-
-